home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CUSTCTL_H_
- #define _CUSTCTL_H_
-
- #ifndef __OWL_H
- #include <owl.h>
- #endif
-
- #ifndef __BWCC_H
- #include <bwcc.h>
- #endif
-
- #ifndef __CUSTCNTL_H
- #include <custcntl.h>
- #endif
-
- extern PTModule DLLModule;
-
- extern "C" WORD FAR PASCAL _export CTLCustCtlGetVersion(void);
-
- #endif